func vendor/golang.org/x/net/dns/dnsmessage.printUint16
15 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L68: return printUint16(uint16(t))
message.go#L76: return printUint16(uint16(t))
message.go#L106: return printUint16(uint16(c))
message.go#L114: return printUint16(uint16(c))
message.go#L122: return printUint16(uint16(o))
message.go#L152: return printUint16(uint16(r))
message.go#L160: return printUint16(uint16(r))
message.go#L223: func printUint16(i uint16) string {
message.go#L357: "ID: " + printUint16(m.ID) + ", " +
message.go#L1663: "Length: " + printUint16(h.Length) + "}"
message.go#L2273: "Pref: " + printUint16(r.Pref) + ", " +
message.go#L2506: "Priority: " + printUint16(r.Priority) + ", " +
message.go#L2507: "Weight: " + printUint16(r.Weight) + ", " +
message.go#L2508: "Port: " + printUint16(r.Port) + ", " +
message.go#L2608: "Code: " + printUint16(o.Code) + ", " +
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |